home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / netbtime.zip / READ.ME < prev    next >
Text File  |  1993-03-09  |  2KB  |  37 lines

  1.  
  2.                      Notes on TIMESEND & TIMERECV TSR's
  3.                      ==================================
  4.  
  5.         This package consists of two MSDOS TSR programs designed
  6.         to work in concert with one another.  Both are NETBIOS 
  7.         applications which should co-exist with common network
  8.         redirectors.  NETBIOS datagram services are employed to
  9.         "broadcast" the current date and time across your 
  10.         network.
  11.  
  12.         TIMESEND should be executed on the machine which you wish
  13.         to designate as the "time server" for your network.  It
  14.         will load into memory and remain resident (consuming about
  15.         1.3K).  At 10 second intervals, TIMESEND will broadcast 
  16.         the date & time, as determined by the CMOS clock in the
  17.         computer, to interested parties on your network.
  18.  
  19.         TIMERECV should be executed on systems which you wish to
  20.         have remain in "sync" with the "time server."  When a
  21.         date/time broadcast is received, it is validated for
  22.         integrity, and then used as a basis for setting the MSDOS
  23.         date & time in the computer upon which it is running.
  24.         TIMERECV remains resident and consumes roughly 1.7K.
  25.  
  26.         A few simple reminders....  Since these programs employ
  27.         the services of NETBIOS, the latter must be running at
  28.         the time the TSR's are executed.  Also, keep in mind that
  29.         the number of NETBIOS buffers might need to be adjusted
  30.         if the network traffic on a given system warrants it.
  31.  
  32.         Have fun.  Feel free to extend the code, fix it, extend
  33.         it, etc.  Please leave my name on it though, and, if you
  34.         pass it along to others, don't leave out any important
  35.         components.  Regards....  GWM.
  36.         
  37.